-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #4984 - Remove maximize from Meter (Metro) menu #5071
Fixes #4984 - Remove maximize from Meter (Metro) menu #5071
Conversation
15fb9e4
to
b917528
Compare
Hey @malcops, funny enough I was working on the same issue as a first-time contributor. I fixed the sizing issue and was going to work on preventing the Meter window from being maximized but forgot the issue # then checked and to see that you made the commit. |
This fixes #4984 , no? |
@mattdeckard yes it fixes #4984 |
I don't think there's a need to keep a pointer to the subwindow in an |
Can this be merged now, or does it still need testing? Also, the new code doesn't quite follow the coding conventions on spaces within parentheses, but does match the surrounding style. @malcops If you edit the initial comment here to include the words "fixes #4984", GitHub will automatically close that issue when this pull request is merged. |
b6d32ef
to
2df0553
Compare
@DomClark squashed the fixup commits and changed commit message. Left the spaces within parentheses as is, but let me know if you wanted that changed as well. |
Tested locally that the Meter menu does not have a maximize button, and cannot be resized.
First time contributor, and new to Qt.. any feedback is welcome of course.